Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Mon, 7 Mar 2016 12:28:56 +0000 (07:28 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 7 Mar 2016 12:30:00 +0000 (07:30 -0500)
This was causing the tools tests to not be installed and,
consequently, never run on continuous.

testsuite/tools/Makefile.am

index 5bc7314f0ae2a6b8ce7bce2564b6753345ec8c4b..0dd510f8b36640dbef24974e741bdcdbae0b627a 100644 (file)
@@ -54,7 +54,7 @@ DISTCLEANFILES = \
        $(test_files)           \
        $(NULL)
 
-testmetadir = #(datadir)/installed-tests/$(PACKAGE)
+testmetadir = $(datadir)/installed-tests/$(PACKAGE)
 testmeta_DATA = $(test_files)
 endif